From: Andreas Schwab Date: Thu, 30 Dec 2010 15:15:34 +0000 (+0100) Subject: * lisp/emacs-lisp/rx.el (rx-syntax): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5316 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f2e2bdf28c8e448aa8a6d6a57fbdccee962f6700;p=emacs.git * lisp/emacs-lisp/rx.el (rx-syntax): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56999cef1ed..db8775ae487 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-12-30 Andreas Schwab + + * emacs-lisp/rx.el (rx-syntax): Fix typo. + 2010-12-30 Tassilo Horn * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index b3b88c3ce4f..cb6756a7e0f 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -767,7 +767,7 @@ of all atomic regexps." (unless syntax ;; Try sregex compatibility. (cond - ((character sym) (setq syntax sym)) + ((characterp sym) (setq syntax sym)) ((symbolp sym) (let ((name (symbol-name sym))) (if (= 1 (length name))